home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Astronomy / SkyView / SkyView.app / English.lproj / location.nib / data.classes next >
Text File  |  1993-09-08  |  683b  |  43 lines

  1. CityList = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = List;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. LocationController = {
  14.     ACTIONS = {
  15.     selectNorthernHemisphere:;
  16.     selectWesternHemisphere:;
  17.     selectSouthernHemisphere:;
  18.     changeLongitude:;
  19.     changeCity:;
  20.     showLocationPanel:;
  21.     changeActive:;
  22.     selectEasternHemisphere:;
  23.     selectActive:;
  24.     changeLatitude:;
  25.     };
  26.     OUTLETS = {
  27.     maximumLimit;
  28.     slider;
  29.     cityList;
  30.     currentLongitude;
  31.     dateController;
  32.     cityBrowser;
  33.     currentLatitude;
  34.     target;
  35.     locationPanel;
  36.     currentLatitudeHemisphere;
  37.     currentLongitudeHemisphere;
  38.     activeSelector;
  39.     minimumLimit;
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43.